home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / More Primitives / More Primitives.rsrc / STR#_418.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  354 b   |  11 lines

  1. Inputs: Buffer; Offset; String
  2. Outputs: Buffer; NextOffset
  3.  
  4. Inputs: ABlock[@[@]] | integer; integer; string
  5. Outputs: ABlock[@[@]] | integer; integer
  6.  
  7. Puts N + 1 bytes into Buffer starting at Offset, where N is the minimum of 255 and the length of String. The first byte is N; the remaining N bytes are from String. NextOffset is Offset + N + 1.
  8.  
  9. Memory
  10.  
  11.